home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / termsorc.lha / Extras / Source / gtlayout-source.lha / gtlayout_global.h < prev    next >
C/C++ Source or Header  |  1995-09-24  |  618b  |  31 lines

  1. /*  GadTools layout toolkit
  2. **
  3. **  Copyright © 1993-1995 by Olaf `Olsen' Barthel
  4. **  Freely distributable.
  5. */
  6.  
  7. #ifndef _GTLAYOUT_GLOBAL_H
  8. #define _GTLAYOUT_GLOBAL_H 1
  9.  
  10. #ifndef _GTLAYOUT_INCLUDES_H
  11. #include "gtlayout_includes.h"
  12. #endif    // _GTLAYOUT_INCLUDES_H
  13.  
  14. #ifndef _GTLAYOUT_H
  15. #include "gtlayout.h"
  16. #endif    // _GTLAYOUT_H
  17.  
  18. #ifndef _GTLAYOUT_DEFINES_H
  19. #include "gtlayout_defines.h"
  20. #endif    // _GTLAYOUT_DEFINES_H
  21.  
  22. #ifndef _GTLAYOUT_DATA_H
  23. #include "gtlayout_data.h"
  24. #endif    // _GTLAYOUT_DATA_H
  25.  
  26. #ifndef _GTLAYOUT_LIBPROTOS_H
  27. #include "gtlayout_libprotos.h"
  28. #endif    // _GTLAYOUT_LIBPROTOS_H
  29.  
  30. #endif    // _GTLAYOUT_GLOBAL_H
  31.